go/types.unifier.nifyEq (method)
4 uses
go/types (current package)
unify.go#L278: func (u *unifier) nifyEq(x, y Type, p *ifacePair) bool {
unify.go#L336: return u.nifyEq(u.x.at(i), u.y.at(j), p)
unify.go#L341: return u.nifyEq(tx, y, p)
unify.go#L350: return u.nifyEq(x, ty, p)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)